GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-23T11:46:38.0769095+00:00",
"SubmitDate": "2025-11-23T11:46:38.0769095+00:00",
"ReportPeriodStart": "2025-11-23T11:46:38.0769095+00:00",
"ReportPeriodEnd": "2025-11-23T11:46:38.0769095+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "677627ad-43d3-48c0-89f6-883ab68783d3",
"Rows": [
{
"ItemId": "4184cf63-31a6-4e6b-bf20-01b8659132ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4184cf63-31a6-4e6b-bf20-01b8659132ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "677627ad-43d3-48c0-89f6-883ab68783d3",
"Rows": [
{
"ItemId": "4184cf63-31a6-4e6b-bf20-01b8659132ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4184cf63-31a6-4e6b-bf20-01b8659132ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"62325060-9330-4371-81f6-43cb9bfd9104",
"09c44066-cabf-4ccb-a786-892c01b9ab92"
],
"Approvers": [
"8650767b-66a6-45f7-80f5-9fc9670c1e56",
"a0b7b2f7-1f25-4863-8e55-4f3f8c1d423c"
],
"ApprovedBy": "d59d9536-a82c-4002-9670-3145ca4b0976",
"ApprovalDate": "2025-11-23T11:46:38.0769095+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "61d35314-fc00-44dc-bff0-6074430ce57b",
"id": "5bebf89c-6cf5-4af0-bd34-61e198995134",
"ConfigId": "a5f8fe3d-72f4-4d46-bc96-83e712a11985"
},
{
"GenerationDate": "2025-11-23T11:46:38.0769095+00:00",
"SubmitDate": "2025-11-23T11:46:38.0769095+00:00",
"ReportPeriodStart": "2025-11-23T11:46:38.0769095+00:00",
"ReportPeriodEnd": "2025-11-23T11:46:38.0769095+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "677627ad-43d3-48c0-89f6-883ab68783d3",
"Rows": [
{
"ItemId": "4184cf63-31a6-4e6b-bf20-01b8659132ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4184cf63-31a6-4e6b-bf20-01b8659132ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "677627ad-43d3-48c0-89f6-883ab68783d3",
"Rows": [
{
"ItemId": "4184cf63-31a6-4e6b-bf20-01b8659132ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4184cf63-31a6-4e6b-bf20-01b8659132ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"62325060-9330-4371-81f6-43cb9bfd9104",
"09c44066-cabf-4ccb-a786-892c01b9ab92"
],
"Approvers": [
"8650767b-66a6-45f7-80f5-9fc9670c1e56",
"a0b7b2f7-1f25-4863-8e55-4f3f8c1d423c"
],
"ApprovedBy": "d59d9536-a82c-4002-9670-3145ca4b0976",
"ApprovalDate": "2025-11-23T11:46:38.0769095+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "61d35314-fc00-44dc-bff0-6074430ce57b",
"id": "5bebf89c-6cf5-4af0-bd34-61e198995134",
"ConfigId": "a5f8fe3d-72f4-4d46-bc96-83e712a11985"
}
]